1. Howto install a .deb file
sudo dpkg -i package_file.deb
2. Hoto uninstall a .deb file
sudo dpkg -r package_name
3 Howto find version of a package installed
dpkg -l packagename
4. Howto List all installed files with version
dpkg -l
5 Howto convert .rpm files to .deb files
sudo alien package_file.rpm
Install/uninstall .deb file using dpkg a close look
Related Posts:
Install Nodoka (Fedora theme) on UbuntuNodoka is the new Fedora default theme for Gnome. It currently contains gtk engine, gtk theme, metacity theme and gnome meta theme .If you want to ins… Read More
How to Change Ubuntu Server from DHCP to a Static IP AddressIf the Ubuntu Server installer has set your server to use DHCP, you will want to change it to a static IP address so that people can actually use it. … Read More
How to Speed Up your Internet Speed in UbuntuDid you know that you can boost up your internet speed in Ubuntu Gutsy Gibbon 7.10 by some simple changes in a test file? Have a try on these... O… Read More
Extracting RAR files in UbuntuRAR files is common package and compression format that is used by people who share files in rapidshare. As one of rapidshare fan, I always found the … Read More
How to Set Ubuntu Server IPConfiguring Ubuntu Server IP have never been any easier. Just edit the /etc/network/interfaces file using any text editor on the server. By default, y… Read More
0 comments:
Post a Comment