Application Managers

Don´t be shy, Linux is fun! =)
Post Reply
User avatar
hype50
Newbie
Newbie
Posts: 6
Joined: 15 Feb 2006, 17:00
18

Application Managers

Post by hype50 »

Is there a way whereby I could possibly be able to get an add/remove programs of linux without internet?

User avatar
bad_brain
Site Owner
Site Owner
Posts: 11636
Joined: 06 Apr 2005, 16:00
19
Location: In your eye floaters.
Contact:

Post by bad_brain »

of course, depends on the distro you are using.
in Debian (and Debian-based distros) for example you can add packages stored locally via:

Code: Select all

dpkg -i <packagename.deb>
and remove it via

Code: Select all

dpkg -r <packagename.deb>
works similar in redhat-based distros... :wink:

Post Reply