Package Details: debtap 3.5.1-1

Git Clone URL: https://aur.archlinux.org/debtap.git (read-only, click to copy)
Package Base: debtap
Description: A script to convert .deb packages to Arch Linux packages, focused on accuracy. Do not use it to convert packages that already exist on official repositories or can be built from AUR!
Upstream URL: https://github.com/helixarch/debtap
Keywords: arch converter deb linux packages
Licenses: GPL2
Submitter: helix
Maintainer: helix
Last Packager: helix
Votes: 290
Popularity: 1.60
First Submitted: 2014-09-26 15:32 (UTC)
Last Updated: 2022-04-25 07:52 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 Next › Last »

leo00 commented on 2019-03-11 00:58 (UTC)

Thank you. That solved the issue. I was able to create an Arch package for the deb packaged driver ... no errors encountered during the debtap process. However when I tried to install the newly created Arch package I get the falling error: sudo pacman -U cndrvcups-common-4.10-1-x86_64.pkg.tar.xz
loading packages... resolving dependencies... warning: cannot resolve "cupsys", a dependency of "cndrvcups-common" warning: cannot resolve "gs-esp", a dependency of "cndrvcups-common" :: The following package cannot be upgraded due to unresolvable dependencies: cndrvcups-common

:: Do you want to skip the above package for this upgrade? [y/N] Is this in anyway related to the debtap conversion process?

helix commented on 2019-03-10 14:23 (UTC)

@leo00

debtap officially supports only Arch. If you want to use it with an Arch derivative, comment the extra repos of your distro in /etc/pacman.conf, then synchronize debtap, then uncomment those repos.

leo00 commented on 2019-03-10 10:44 (UTC)

Tried to use debtap and encountered this problem: debtap cndrvcups-common_4.10-1_amd64.deb
Error: You must run at least once "debtap -u" with root privileges (preferably recently), before running this script

sudo debtap -u
==> Synchronizing pkgfile database... :: Updating 5 repos... extra is up to date core is up to date multilib is up to date download complete: archlabs_repo [ 26.0 B 109B/s 1 remaining] error: failed to create archive reader for archlabs_repo: Invalid or incomplete multibyte or wide character download complete: community [ 18.7 MiB 17.1M/s 0 remaining] :: download complete in 1.09s < 18.7 MiB 17.1M/s 2 files > :: waiting for 1 process to finish repacking repos... Synchronization failed. Exiting...

Need assistance in getting this to work.

MannyGT911 commented on 2018-08-28 16:03 (UTC)

@oriba thanks for the help

oriba commented on 2018-07-17 15:59 (UTC)

@MannyGT911, please see here: https://wiki.archlinux.org/index.php/Arch_User_Repository https://wiki.archlinux.org/index.php/makepkg https://wiki.archlinux.org/

MannyGT911 commented on 2018-07-17 15:50 (UTC)

I'm a new to arch linux, how would one install this package (its not showing up in pacman).

helix commented on 2018-07-11 08:44 (UTC)

@sgon00

sudo pacman -Rs debtap && sudo rm -rf /var/cache/debtap (as normal user)

or

pacman -Rs debtap && rm -rf /var/cache/debtap (as root)

sgon00 commented on 2018-07-11 08:35 (UTC)

Can anyone tell me how to properly uninstall this package? I thought yaourt -Rs debtap will take care of everything until I found out there was 1.2GB files in /var/cache/debtap/. This is crazy. Linux really needs a good way to uninstall programs...